home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #2 / Monster Media No. 2 (Monster Media)(1994).ISO / drivers / lmppd4.zip / TT1200XL.PPD < prev    next >
PostScript Printer Description  |  1994-05-10  |  21KB  |  547 lines

  1. *PPD-Adobe: "4.0"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% For "LM TrueTech 1200xl"
  4. *%
  5. *% Copyright 1993 LaserMaster Corporation
  6. *% All Rights Reserved.
  7. *% Permission is granted for redistribution of this file as
  8. *% long as this copyright notice is intact and the contents
  9. *% of the file is not altered in any way from its original form.
  10. *%
  11. *% Edited by Donn Edwards, Reflex DTP Systems, May 10, 1994
  12. *% Date: 8 March, 1993
  13. *FormatVersion: "4.0"
  14. *FileVersion: "2.61"
  15. *LanguageVersion: English
  16. *PCFileName: "TT1200XL.PPD"
  17. *Product: "(LM TrueTech 1200xl)"
  18. *PSVersion: "(47.0) 1"
  19. *ModelName: "TrueTech 1200xl"
  20. *NickName: "LM TrueTech 1200xl"
  21.  
  22. *% ===PC Driver Flags ==================
  23. *AcceptsTrueType: True
  24. *TrueImageDevice: True
  25.  
  26. *% ===Basic Capabilities ===============
  27. *ColorDevice: False
  28. *LanguageLevel: "1"
  29. *DefaultColorSpace: Gray
  30. *FreeVM: "1710800"
  31. *VariablePaperSize: False
  32. *FileSystem: False
  33. *?FileSystem: "
  34. save statusdict begin
  35.     (False) /diskstatus where{
  36.         pop diskstatus exch pop 0 ne {pop (True)} if
  37.     }if = flush
  38. end restore"
  39. *End
  40. *Throughput: "8"
  41. *Password: "0"
  42. *ExitServer: "
  43.   count 0 eq {  % is the password on the stack?
  44.     true 
  45.   }{
  46.     dup    % potential password
  47.     statusdict begin checkpassword end not
  48.   } ifelse 
  49.   {  %  if no password or not valid 
  50.     (WARNING : Cannot perform the exitserver command.) = 
  51.     (Password supplied is not valid.) = 
  52.     (Please contact the author of this software.) = flush
  53.     quit
  54.   } if 
  55.   serverdict begin exitserver
  56. "
  57. *End
  58.  
  59. *Reset: "
  60.   count 0 eq {  % is the password on the stack?
  61.     true 
  62.   }{
  63.     dup    % potential password
  64.     statusdict begin checkpassword end not
  65.   } ifelse 
  66.   {  %  if no password or not valid 
  67.     (WARNING : Cannot reset printer.) = 
  68.     (Password supplied is not valid.) = 
  69.     (Please contact the author of this software.) = flush
  70.     quit
  71.   } if 
  72.   serverdict begin exitserver
  73.   systemdict /quit get exec
  74.   (WARNING : Printer Reset Failed.) = flush
  75. "
  76. *End
  77.  
  78. *OpenUI *Resolution/Choose Resolution: PickOne
  79. *OrderDependency: 10 AnySetup *Resolution
  80. *DefaultResolutionOption: 1200x600dpi
  81. *ResolutionOption/1200x600dpi/1200x600 dpi: "statusdict begin false proofmode end"
  82. *ResolutionOption 600dpi/600 dpi: "statusdict begin true proofmode end"
  83. *?Resolution: "
  84. save
  85.   initgraphics
  86.   0 0 moveto currentpoint matrix defaultmatrix transform
  87.   72 0 lineto currentpoint matrix defaultmatrix transform
  88.   3 -1 roll sub dup mul
  89.   3 1 roll exch sub dup mul
  90.   add sqrt round cvi
  91.   10 string cvs
  92.   (x)
  93.   0 0 moveto currentpoint matrix defaultmatrix transform
  94.   0 72 lineto currentpoint matrix defaultmatrix transform
  95.   3 -1 roll sub dup mul
  96.   3 1 roll exch sub dup mul
  97.   add sqrt round cvi
  98.   10 string cvs print print print (dpi) = flush
  99. restore"
  100. *End
  101. *CloseUI: *Resolution
  102.  
  103. *% Halftone Information ===============
  104. *ScreenFreq: "85.0"
  105. *ScreenAngle: "45.0"
  106. *DefaultScreenProc: Dot
  107. *ScreenProc Dot: "
  108.     { abs exch abs 2 copy add 1 gt
  109.         { 1 sub dup mul exch 1 sub dup mul add 1 sub }
  110.         { dup mul exch dup mul add 1.0 exch sub }
  111.     ifelse }
  112. "
  113. *End
  114. *ScreenProc Line: "{ pop }"
  115. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  116.  
  117. *DefaultTransfer: Null
  118. *Transfer Null: "{ }"
  119. *Transfer Null.Inverse: "{ 1 exch sub }"
  120.  
  121. *% Paper Handling ===================
  122.  
  123. *% Use these entries to set paper size most of the time, unless there is
  124. *% specific reason to use PageRegion or PaperTray.
  125. *OpenUI *PageSize: PickOne
  126. *OrderDependency: 30 AnySetup *PageSize
  127. *DefaultPageSize: A3
  128. *PageSize A3: "a3"
  129. *PageSize A4: "a4"
  130. *PageSize A4Small: "a4small"
  131. *PageSize A4.Transverse: "a4.transverse"
  132. *PageSize B5: "b5"
  133. *PageSize Letter: "letter"
  134. *PageSize LetterSmall: "lettersmall"
  135. *PageSize Letter.Transverse: "letter.transverse"
  136. *PageSize Legal: "legal"
  137. *PageSize Tabloid: "11x17"
  138. *PageSize Envelope.297.684/C10 Envelope: "com10envelope"
  139. *PageSize Envelope.312.624/DL Envelope: "dlenvelope"
  140. *?PageSize: "statusdict begin pagetype = end"
  141. *CloseUI: *PageSize
  142.  
  143. *% These entries will set up the frame buffer. Usually used with manual feed.
  144. *OpenUI *PageRegion: PickOne
  145. *OrderDependency: 40 AnySetup *PageRegion
  146. *DefaultPageRegion: A3
  147. *PageRegion A3: "a3"
  148. *PageRegion A4: "a4"
  149. *PageRegion A4Small: "a4small"
  150. *PageRegion A4.Transverse: "a4.transverse"
  151. *PageRegion B5: "b5"
  152. *PageRegion Letter: "letter"
  153. *PageRegion LetterSmall: "lettersmall"
  154. *PageRegion Letter.Transverse: "letter.transverse"
  155. *PageRegion Legal: "legal"
  156. *PageRegion Tabloid: "11x17"
  157. *PageRegion Envelope.297.684/C10 Envelope: "com10envelope"
  158. *PageRegion Envelope.312.624/DL Envelope: "dlenvelope"
  159. *CloseUI: PageRegion
  160.  
  161. *% These entries will invoke a particular tray--error may occur if tray is not inserted.
  162. *% These errors should be trapped by software and a message displayed
  163. *DefaultPaperTray: None
  164. *PaperTray A3: ""
  165. *PaperTray A4: ""
  166. *PaperTray A4.Transverse: ""
  167. *PaperTray B5: ""
  168. *PaperTray Letter: ""
  169. *PaperTray Letter.Transverse: ""
  170. *PaperTray Legal: ""
  171. *PaperTray Tabloid: ""
  172. *PaperTray Envelope.297.684/C10 Envelope: ""
  173. *PaperTray Envelope.312.624/DL Envelope: ""
  174.  
  175. *% The following entries provide information about specific paper keywords.
  176. *DefaultImageableArea: A3
  177. *ImageableArea A3: "18 20 824 1171 "
  178. *ImageableArea A4: "15 10 580 832 "
  179. *ImageableArea A4Small: "26 31 569 811 "
  180. *ImageableArea A4.Transverse: "10 15 832 580 "
  181. *ImageableArea B5: "21 10 500 715 "
  182. *ImageableArea Letter: "15 8 597 784 "
  183. *ImageableArea LetterSmall: "30 31 582 761 "
  184. *ImageableArea Letter.Transverse: "8 15 784 597"
  185. *ImageableArea Legal: "15 8 597 1000 "
  186. *ImageableArea Tabloid: "15 8 777 1216 "
  187. *ImageableArea Envelope.297.684/C10 Envelope: "11 14 287 670"
  188. *ImageableArea Envelope.312.624/DL Envelope: "4 4 308 620"
  189. *?ImageableArea: "
  190.     save
  191.     newpath clippath pathbbox
  192.     4 -1 roll =
  193.     3 -1 roll =
  194.     exch = = flush
  195.     restore
  196. "
  197. *End
  198.  
  199. *% These provide the physical dimensions of the paper (by keyword)
  200. *DefaultPaperDimension: A3
  201. *PaperDimension A3: "842 1191"
  202. *PaperDimension A4: "596 842"
  203. *PaperDimension A4Small: "596 842"
  204. *PaperDimension A4.Transverse: "842 596"
  205. *PaperDimension B5: "516 729"
  206. *PaperDimension Letter: "612 792"
  207. *PaperDimension LetterSmall: "612 792"
  208. *PaperDimension Letter.Transverse: "792 612"
  209. *PaperDimension Legal: "612 1008"
  210. *PaperDimension Tabloid: "792 1224"
  211. *PaperDimension Envelope.297.684/C10 Envelope: "297 684"
  212. *PaperDimension Envelope.312.624/DL Envelope: "312 624"
  213.  
  214. *RequiresPageRegion All: True
  215. *DefaultOutputBin: OnlyOne
  216.  
  217. *OpenUI *InputSlot: PickOne
  218. *OrderDependency: 20 AnySetup *InputSlot
  219. *DefaultInputSlot: AutoSelect
  220. *InputSlot Upper: "statusdict begin 1 setpapertray end"
  221. *InputSlot Lower: "statusdict begin 2 setpapertray end"
  222. *InputSlot EnvelopeManual: "statusdict begin 3 setpapertray end"
  223. *CloseUI: *InputSlot
  224.  
  225. *OpenUI *ManualFeed: Boolean
  226. *OrderDependency: 20 AnySetup *ManualFeed
  227. *DefaultManualFeed: False
  228. *ManualFeed True: "statusdict begin /manualfeed true store end"
  229. *ManualFeed False: "statusdict begin /manualfeed false store end"
  230. *?ManualFeed: "
  231. save
  232.   statusdict /manualfeed get
  233.  {(True)}{(False)}ifelse = flush
  234. restore 
  235. "
  236. *End
  237. *CloseUI: *ManualFeed
  238.  
  239. *DefaultOutputOrder: Normal
  240.  
  241. *DefaultCollator: None
  242. *DefaultSorter: None
  243. *DefaultDuplex: None
  244.  
  245. *% Font Information =====================
  246.  
  247. *DefaultFont: Courier
  248. *Font AvantGarde-Book: Standard "(001.003)"
  249. *Font AvantGarde-BookOblique: Standard "(001.003)"
  250. *Font AvantGarde-Demi: Standard "(001.003)"
  251. *Font AvantGarde-DemiOblique: Standard "(001.003)"
  252. *Font Antiqua-Medium-DTC: Standard "(001.003)"
  253. *Font Antiqua-MediumItalic-DTC: Standard "(001.003)"
  254. *Font Antiqua-Regular-DTC: Standard "(001.003)"
  255. *Font Antiqua-RegularItalic-DTC: Standard "(001.003)"
  256. *Font Antiqua-Ultra-DTC: Standard "(001.003)"
  257. *Font Antiqua-UltraItalic-DTC: Standard "(001.003)"
  258. *Font Blippo-Black-DTC: Standard "(001.003)"
  259. *Font Bookman-Demi: Standard "(001.003)"
  260. *Font Bookman-DemiItalic: Standard "(001.003)"
  261. *Font Bookman-Light: Standard "(001.003)"
  262. *Font Bookman-LightItalic: Standard "(001.003)"
  263. *Font Britannic-Bold-DTC: Standard "(001.003)"
  264. *Font Britannic-Light-DTC: Standard "(001.003)"
  265. *Font Britannic-Medium-DTC: Standard "(001.003)"
  266. *Font Broadway-DTC: Standard "(001.003)"
  267. *Font Brody-DTC: Standard "(001.003)"
  268. *Font BrushScript-DTC: Standard "(001.003)"
  269. *Font Clarendon-Bold-DTC: Standard "(001.003)"
  270. *Font Clarendon-Light-DTC: Standard "(001.003)"
  271. *Font Chaucer-DTC: Standard "(001.003)"
  272. *Font Clearface-Black-DTC: Standard "(001.003)"
  273. *Font Clearface-BlackItalic-DTC: Standard "(001.003)"
  274. *Font ClearfaceGothic-Bold-DTC: Standard "(001.003)"
  275. *Font ClearfaceGothic-Regular-DTC: Standard "(001.003)"
  276. *Font ClearfaceGothic-ExtraBold-DTC: Standard "(001.003)"
  277. *Font Clearface-Heavy-DTC: Standard "(001.003)"
  278. *Font Clearface-HeavyItalic-DTC: Standard "(001.003)"
  279. *Font Clearface-Regular-DTC: Standard "(001.003)"
  280. *Font Clearface-RegularItalic-DTC: Standard "(001.003)"
  281. *Font Courier-BoldOblique: Standard "(001.003)"
  282. *Font Courier: Standard "(001.003)"
  283. *Font Courier-Bold: Standard "(001.003)"
  284. *Font Courier-Oblique: Standard "(001.003)"
  285. *Font Cooper-Black-DTC: Standard "(001.003)"
  286. *Font Cooper-BlackItalic-DTC: Standard "(001.003)"
  287. *Font Copperplate-Bold-DTC: Standard "(001.003)"
  288. *Font Eurostile-Black-DTC: Standard "(001.003)"
  289. *Font Eurostile-Roman-DTC: Standard "(001.003)"
  290. *Font EurostileExtended-Black-DTC: Standard "(001.003)"
  291. *Font EurostileExtended-Roman-DTC: Standard "(001.003)"
  292. *Font FlareGothic-Bold-DTC: Standard "(001.003)"
  293. *Font FlareGothic-BoldItalic-DTC: Standard "(001.003)"
  294. *Font FlareGothic-Light-DTC: Standard "(001.003)"
  295. *Font FlareGothic-LightItalic-DTC: Standard "(001.003)"
  296. *Font FlareGothic-Regular-DTC: Standard "(001.003)"
  297. *Font FlareGothic-RegularItalic-DTC: Standard "(001.003)"
  298. *Font FrugalSans-Bold-DTC: Standard "(001.003)"
  299. *Font FrugalSans-Light-DTC: Standard "(001.003)"
  300. *Font FrugalSans-BoldItalic-DTC: Standard "(001.003)"
  301. *Font FrugalSans-LightItalic-DTC: Standard "(001.003)"
  302. *Font Garamond-Bold-DTC: Standard "(001.003)"
  303. *Font Garamond-BoldItalic-DTC: Standard "(001.003)"
  304. *Font Garamond-Book-DTC: Standard "(001.003)"
  305. *Font Garamond-BookItalic-DTC: Standard "(001.003)"
  306. *Font GaramondCondensed-BoldItalic-DTC: Standard "(001.003)"
  307. *Font GaramondCondensed-BookItalic-DTC: Standard "(001.003)"
  308. *Font GaramondCondensed-Bold-DTC: Standard "(001.003)"
  309. *Font GaramondCondensed-Book-DTC: Standard "(001.003)"
  310. *Font Goudy-Bold-DTC: Standard "(001.003)"
  311. *Font GoudyCatalogue-Italic-DTC: Standard "(001.003)"
  312. *Font Goudy-Heavyface-DTC: Standard "(001.003)"
  313. *Font Goudy-Light-DTC: Standard "(001.003)"
  314. *Font GoudyOldStyle-Regular-DTC: Standard "(001.003)"
  315. *Font GoudyOldStyle-RegularItalic-DTC: Standard "(001.003)"
  316. *Font Helvetica-BoldOblique: Standard "(001.003)"
  317. *Font Helvetica: Standard "(001.003)"
  318. *Font Helvetica-Bold: Standard "(001.003)"
  319. *Font Helvetica-Narrow: Standard "(001.003)"
  320. *Font Helvetica-Oblique: Standard "(001.003)"
  321. *Font Helvetica-Narrow-Bold: Standard "(001.003)"
  322. *Font Helvetica-Narrow-Oblique: Standard "(001.003)"
  323. *Font Helvetica-Narrow-BoldOblique: Standard "(001.003)"
  324. *Font Hobo-DTC: Standard "(001.003)"
  325. *Font Kauflinn-DTC: Standard "(001.003)"
  326. *Font Korinna-Regular-DTC: Standard "(001.003)"
  327. *Font Korinna-RegularItalic-DTC: Standard "(001.003)"
  328. *Font Korinna-ExtraBold-DTC: Standard "(001.003)"
  329. *Font Korinna-ExtraBoldItalic-DTC: Standard "(001.003)"
  330. *Font Mariage-DTC: Standard "(001.003)"
  331. *Font MuralScript-DTC: Standard "(001.003)"
  332. *Font NewBaskerville-Bold-DTC: Standard "(001.003)"
  333. *Font NewBaskerville-BoldItalic-DTC: Standard "(001.003)"
  334. *Font NewBaskerville-Roman-DTC: Standard "(001.003)"
  335. *Font NewBaskerville-RomanItalic-DTC: Standard "(001.003)"
  336. *Font NewCenturySchlbk-Bold: Standard "(001.003)"
  337. *Font NewCenturySchlbk-BoldItalic: Standard "(001.003)"
  338. *Font NewCenturySchlbk-Italic: Standard "(001.003)"
  339. *Font NewCenturySchlbk-Roman: Standard "(001.003)"
  340. *Font OldTowne-DTC: Standard "(001.003)"
  341. *Font Optimum-Bold-DTC: Standard "(001.003)"
  342. *Font Optimum-BoldItalic-DTC: Standard "(001.003)"
  343. *Font Optimum-Roman-DTC: Standard "(001.003)"
  344. *Font Optimum-RomanItalic-DTC: Standard "(001.003)"
  345. *Font Palatino-Bold: Standard "(001.003)"
  346. *Font Palatino-Italic: Standard "(001.003)"
  347. *Font Palatino-Roman: Standard "(001.003)"
  348. *Font Palatino-BoldItalic: Standard "(001.003)"
  349. *Font Palton-Light-DTC: Standard "(001.003)"
  350. *Font ParkAvenue-DTC: Standard "(001.003)"
  351. *Font SansBlackCondensed-DTC: Standard "(001.003)"
  352. *Font SansBlackCondensed-Oblique-DTC: Standard "(001.003)"
  353. *Font SansLightExtended-DTC: Standard "(001.003)"
  354. *Font SansThinCondensed-Oblique-DTC: Standard "(001.003)"
  355. *Font SansThinCondensed-DTC: Standard "(001.003)"
  356. *Font SansExtraBlackCondensed-DTC: Standard "(001.003)"
  357. *Font SansExtended-Medium-DTC: Standard "(001.003)"
  358. *Font SansExtended-Regular-DTC: Standard "(001.003)"
  359. *Font SansExtended-RegularOblique-DTC: Standard "(001.003)"
  360. *Font Serpentine-Bold-DTC: Standard "(001.003)"
  361. *Font Souvenir-Demi-DTC: Standard "(001.003)"
  362. *Font Souvenir-DemiItalic-DTC: Standard "(001.003)"
  363. *Font Souvenir-Light-DTC: Standard "(001.003)"
  364. *Font Souvenir-LightItalic-DTC: Standard "(001.003)"
  365. *Font SquareSerif-Black-DTC: Standard "(001.003)"
  366. *Font SquareSerif-BlackItalic-DTC: Standard "(001.003)"
  367. *Font SquareSerif-Bold-DTC: Standard "(001.003)"
  368. *Font SquareSerif-BoldItalic-DTC: Standard "(001.003)"
  369. *Font SquareSerif-Light-DTC: Standard "(001.003)"
  370. *Font SquareSerif-LightItalic-DTC: Standard "(001.003)"
  371. *Font Symbol: Special "(001.003)"
  372. *Font Times-BoldItalic: Standard "(001.003)"
  373. *Font Times-Bold: Standard "(001.003)"
  374. *Font Times-Italic: Standard "(001.003)"
  375. *Font Times-Roman: Standard "(001.003)"
  376. *Font UniversityRoman-DTC: Standard "(001.003)"
  377. *Font UniversityRoman-Bold-DTC: Standard "(001.003)"
  378. *Font Vivante-DTC: Standard "(001.003)"
  379. *Font Windsor-DTC: Standard "(001.003)"
  380. *Font Windsor-Bold-DTC: Standard "(001.003)"
  381. *Font ZapfChancery-MediumItalic: Standard "(001.003)"
  382. *Font ZapfDingbats: Standard "(001.003)"
  383. *?FontQuery: "
  384. save  4 dict begin /sv exch def
  385. /str (fonts/                              ) def
  386. /st2 128 string def
  387. {
  388.   count 0 gt {
  389.     dup st2 cvs (/) print print (:) print
  390.     dup FontDirectory exch known {pop (Yes)}{
  391.      str exch st2 cvs dup length /len exch def
  392.      6 exch putinterval str 0 len 6 add getinterval mark exch
  393.      { } st2 filenameforall counttomark 0 gt {
  394.       cleartomark (Yes)}{cleartomark (No)}ifelse
  395.     }ifelse = flush
  396.   }{ exit } ifelse
  397. } bind loop 
  398. (*) = flush
  399. sv end restore
  400. "
  401. *End
  402.  
  403. *?FontList: "
  404. save  2 dict begin /sv exch def
  405. /str 128 string def
  406. FontDirectory { pop == } bind forall flush 
  407. /filenameforall where { 
  408.  pop save (fonts/*) { 
  409.   dup length 6 sub 6 exch getinterval cvn ==  
  410.  } bind str filenameforall flush restore
  411. } if 
  412. (*) = flush
  413. sv end restore
  414. "
  415. *End
  416.  
  417. *% Printer Messages (verbatim from printer):
  418. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  419. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  420. *Message: "\FontName\ not found, using Courier"
  421.  
  422. *% Status (format: %%[ status: <one of these> ]%% )
  423. *Status: "idle"
  424. *Status: "busy"
  425. *Status: "waiting"
  426. *Status: "printing"
  427. *Status: "warming up"
  428. *Status: "PrinterError: timeout, clearing printer"
  429. *Status: "PrinterError: warming up"
  430. *Status: "PrinterError: service call"
  431. *Status: "PrinterError: paper entry misfeed"
  432. *Status: "PrinterError: no toner cartridge"
  433. *Status: "PrinterError: paper entry misfeed"
  434.  
  435. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  436. *Source: "serial"
  437. *Source: "parallel"
  438. *Source: "EtherTalk"
  439. *Source: "LocalTalk"
  440.  
  441. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  442. *PrinterError: "timeout, clearing printer"
  443. *PrinterError: "warming up"
  444. *PrinterError: "service call"
  445. *PrinterError: "paper entry misfeed"
  446. *PrinterError: "no toner cartridge"
  447. *PrinterError: "paper entry misfeed"
  448.  
  449. *DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  450.  
  451. *% Color Separation Information =====================
  452.  
  453. *DefaultColorSep: ProcessBlack.85lpi.1200dpi/85 lpi / 1200 dpi
  454.  
  455. *InkName: ProcessBlack/Process Black
  456. *InkName: CustomColor/Custom Color
  457. *InkName: ProcessCyan/Process Cyan
  458. *InkName: ProcessMagenta/Process Magenta
  459. *InkName: ProcessYellow/Process Yellow
  460.  
  461.  
  462. *% For 141 lpi / 1200 dpi =====================================================
  463.  
  464. *ColorSepScreenAngle ProcessBlack.141lpi.1200dpi/141 lpi / 1200 dpi: "45"
  465. *ColorSepScreenAngle CustomColor.141lpi.1200dpi/141 lpi / 1200 dpi: "45"
  466. *ColorSepScreenAngle ProcessCyan.141lpi.1200dpi/141 lpi / 1200 dpi: "14"
  467. *ColorSepScreenAngle ProcessMagenta.141lpi.1200dpi/141 lpi / 1200 dpi: "77"
  468. *ColorSepScreenAngle ProcessYellow.141lpi.1200dpi/141 lpi / 1200 dpi: "0"
  469.  
  470. *ColorSepScreenFreq ProcessBlack.141lpi.1200dpi/141 lpi / 1200 dpi: "141"
  471. *ColorSepScreenFreq CustomColor.141lpi.1200dpi/141 lpi / 1200 dpi: "141"
  472. *ColorSepScreenFreq ProcessCyan.141lpi.1200dpi/141 lpi / 1200 dpi: "141"
  473. *ColorSepScreenFreq ProcessMagenta.141lpi.1200dpi/141 lpi / 1200 dpi: "141"
  474. *ColorSepScreenFreq ProcessYellow.141lpi.1200dpi/141 lpi / 1200 dpi: "141"
  475.  
  476. *% For 100 lpi / 1200 dpi =====================================================
  477.  
  478. *ColorSepScreenAngle ProcessBlack.100lpi.1200dpi/100 lpi / 1200 dpi: "45"
  479. *ColorSepScreenAngle CustomColor.100lpi.1200dpi/100 lpi / 1200 dpi: "45"
  480. *ColorSepScreenAngle ProcessCyan.100lpi.1200dpi/100 lpi / 1200 dpi: "60"
  481. *ColorSepScreenAngle ProcessMagenta.100lpi.1200dpi/100 lpi / 1200 dpi: "75"
  482. *ColorSepScreenAngle ProcessYellow.100lpi.1200dpi/100 lpi / 1200 dpi: "0"
  483.  
  484. *ColorSepScreenFreq ProcessBlack.100lpi.1200dpi/100 lpi / 1200 dpi: "100"
  485. *ColorSepScreenFreq CustomColor.100lpi.1200dpi/100 lpi / 1200 dpi: "100"
  486. *ColorSepScreenFreq ProcessCyan.100lpi.1200dpi/100 lpi / 1200 dpi: "100"
  487. *ColorSepScreenFreq ProcessMagenta.100lpi.1200dpi/100 lpi / 1200 dpi: "100"
  488. *ColorSepScreenFreq ProcessYellow.100lpi.1200dpi/100 lpi / 1200 dpi: "100"
  489.  
  490. *% For 85 lpi / 1200 dpi =====================================================
  491.  
  492. *ColorSepScreenAngle ProcessBlack.85lpi.1200dpi/85 lpi / 1200 dpi: "45"
  493. *ColorSepScreenAngle CustomColor.85lpi.1200dpi/85 lpi / 1200 dpi: "45"
  494. *ColorSepScreenAngle ProcessCyan.85lpi.1200dpi/85 lpi / 1200 dpi: "15"
  495. *ColorSepScreenAngle ProcessMagenta.85lpi.1200dpi/85 lpi / 1200 dpi: "75"
  496. *ColorSepScreenAngle ProcessYellow.85lpi.1200dpi/85 lpi / 1200 dpi: "0"
  497.  
  498. *ColorSepScreenFreq ProcessBlack.85lpi.1200dpi/85 lpi / 1200 dpi: "85"
  499. *ColorSepScreenFreq CustomColor.85lpi.1200dpi/85 lpi / 1200 dpi: "85"
  500. *ColorSepScreenFreq ProcessCyan.85lpi.1200dpi/85 lpi / 1200 dpi: "83"
  501. *ColorSepScreenFreq ProcessMagenta.85lpi.1200dpi/85 lpi / 1200 dpi: "83"
  502. *ColorSepScreenFreq ProcessYellow.85lpi.1200dpi/85 lpi / 1200 dpi: "85"
  503.  
  504. *% For 75 lpi / 1200 dpi =====================================================
  505.  
  506. *ColorSepScreenAngle ProcessBlack.75lpi.1200dpi/75 lpi / 1200 dpi: "45"
  507. *ColorSepScreenAngle CustomColor.75lpi.1200dpi/75 lpi / 1200 dpi: "45"
  508. *ColorSepScreenAngle ProcessCyan.75lpi.1200dpi/75 lpi / 1200 dpi: "15"
  509. *ColorSepScreenAngle ProcessMagenta.75lpi.1200dpi/75 lpi / 1200 dpi: "75"
  510. *ColorSepScreenAngle ProcessYellow.75lpi.1200dpi/75 lpi / 1200 dpi: "0"
  511.  
  512. *ColorSepScreenFreq ProcessBlack.75lpi.1200dpi/75 lpi / 1200 dpi: "75"
  513. *ColorSepScreenFreq CustomColor.75lpi.1200dpi/75 lpi / 1200 dpi: "75"
  514. *ColorSepScreenFreq ProcessCyan.75lpi.1200dpi/75 lpi / 1200 dpi: "77"
  515. *ColorSepScreenFreq ProcessMagenta.75lpi.1200dpi/75 lpi / 1200 dpi: "75"
  516. *ColorSepScreenFreq ProcessYellow.75lpi.1200dpi/75 lpi / 1200 dpi: "75"
  517.  
  518. *% For 70 lpi / 600 dpi =====================================================
  519.  
  520. *ColorSepScreenAngle ProcessBlack.70lpi.600dpi/70 lpi / 600 dpi: "45"
  521. *ColorSepScreenAngle CustomColor.70lpi.600dpi/70 lpi / 600 dpi: "45"
  522. *ColorSepScreenAngle ProcessCyan.70lpi.600dpi/70 lpi / 600 dpi: "13"
  523. *ColorSepScreenAngle ProcessMagenta.70lpi.600dpi/70 lpi / 600 dpi: "77"
  524. *ColorSepScreenAngle ProcessYellow.70lpi.600dpi/70 lpi / 600 dpi: "1"
  525.  
  526. *ColorSepScreenFreq ProcessBlack.70lpi.600dpi/70 lpi / 600 dpi: "70"
  527. *ColorSepScreenFreq CustomColor.70lpi.600dpi/70 lpi / 600 dpi: "70"
  528. *ColorSepScreenFreq ProcessCyan.70lpi.600dpi/70 lpi / 600 dpi: "70"
  529. *ColorSepScreenFreq ProcessMagenta.70lpi.600dpi/70 lpi / 600 dpi: "70"
  530. *ColorSepScreenFreq ProcessYellow.70lpi.600dpi/70 lpi / 600 dpi: "70"
  531.  
  532. *% For 60 lpi / 600 dpi =====================================================
  533.  
  534. *ColorSepScreenAngle ProcessBlack.60lpi.600dpi/60 lpi / 600 dpi: "45"
  535. *ColorSepScreenAngle CustomColor.60lpi.600dpi/60 lpi / 600 dpi: "45"
  536. *ColorSepScreenAngle ProcessCyan.60lpi.600dpi/60 lpi / 600 dpi: "13"
  537. *ColorSepScreenAngle ProcessMagenta.60lpi.600dpi/60 lpi / 600 dpi: "77"
  538. *ColorSepScreenAngle ProcessYellow.60lpi.600dpi/60 lpi / 600 dpi: "0"
  539.  
  540. *ColorSepScreenFreq ProcessBlack.60lpi.600dpi/60 lpi / 600 dpi: "60"
  541. *ColorSepScreenFreq CustomColor.60lpi.600dpi/60 lpi / 600 dpi: "60"
  542. *ColorSepScreenFreq ProcessCyan.60lpi.600dpi/60 lpi / 600 dpi: "65"
  543. *ColorSepScreenFreq ProcessMagenta.60lpi.600dpi/60 lpi / 600 dpi: "65"
  544. *ColorSepScreenFreq ProcessYellow.60lpi.600dpi/60 lpi / 600 dpi: "60"
  545.  
  546. *% end of PPD file for LM TrueTech 1200xl
  547. *%